You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TOpenCLMatrix Class > TOpenCLMatrix Methods > ValuesToStrings Method > TOpenCLMatrix.ValuesToStrings Method (TStrings, int, int, int, int, int, string, [In] string, [In] string)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TOpenCLMatrix.ValuesToStrings Method (TStrings, int, int, int, int, int, string, [In] string, [In] string)

nvert calling matrix elements, starting with [Row,Col] and converting Len elements to strings.

Syntax
C#
Visual Basic
public void ValuesToStrings(TStrings aList, int ListIndex, int Row, int Col, int RowCount, int ColCount, string Delimiter, [In] string ReFormat, [In] string ImFormat);

Vormating real parts with ReFormat, imaginary parts with ImFormat, using the text delimiter Delimiter and store them in aList starting at ListIndex. If aList is not large enough, the method will use the Add method of aList object.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!